home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Statements / Sky Sphere.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  196 b   |  10 lines

  1. // Create an infinite sphere around scene and allow any texture on it
  2. sky_sphere
  3. {
  4.   pigment
  5.   {
  6.     gradient y
  7.     color_map { [0.0 color rgb <0.7,0.7,1.0>] [1.0 color blue 0.5] }
  8.   }
  9. }
  10.